PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeader Class


In This Topic
    PDFFlowDocumentHeader Class Methods
    In This Topic

    For a list of all members of this type, see PDFFlowDocumentHeader members.

    Public Methods
     NameDescription
    Public MethodGets the header content.  
    Public MethodGets the left margin extension.
    By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.  
    Public MethodGets the right margin extension.
    By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.  
    Public MethodGets the top margin.
    If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.  
    Public MethodSets the left margin extension.
    By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.  
    Public MethodSets the right margin extension.
    By default, the header is drawn within the page left/right margins. You can increase the available width for the header by specifying a positive value for this method. For example if you want the header to spread from the left edge of the page to the right edge you can set the and methods to values that match the page's left and right margins.  
    Public MethodSets the top margin.
    If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.  
    Top
    See Also